Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bike distance for unreachable destinations #447

Merged
merged 1 commit into from
Mar 2, 2022
Merged

Conversation

zptro
Copy link
Collaborator

@zptro zptro commented Mar 2, 2022

#439 had a bug! When setting distance for unreachable destination to 999999, we check if time is >999999, but before that we had capped time to 9999. This capping should happen after setting distances.

@zptro zptro requested a review from johpiip March 2, 2022 09:21
@zptro zptro added this to the v4.1.1 milestone Mar 2, 2022
@zptro zptro merged commit 1629b8d into olusanya Mar 2, 2022
@zptro zptro deleted the hotfix/bike_dist branch March 2, 2022 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants